home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / pathchk.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. PATHCHK(1L)                                           PATHCHK(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        pathchk - check whether file names are valid or portable
  9.  
  10. SSYYNNOOPPSSIISS
  11.        ppaatthhcchhkk  [-p]  [--portability]  [--help] [--version] file-
  12.        name...
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page documents the  GNU  version  of  ppaatthhcchhkk.
  16.        For  each  _f_i_l_e_n_a_m_e,  ppaatthhcchhkk  prints  a message if any of
  17.        these conditions are false:
  18.        +o all existing directories in _f_i_l_e_n_a_m_e have  search  (exe-
  19.        cute) permission
  20.        +o  the  length  of _f_i_l_e_n_a_m_e is no larger than its filesys-
  21.        tem's maximum file name length
  22.        +o the length of each component of  _f_i_l_e_n_a_m_e  corresponding
  23.        to  an  existing  directory  name  is  no  larger than its
  24.        filesystem's maximum length for a file name component
  25.  
  26.        The exit status is:
  27.        0 if all file names passed all of the tests,
  28.        1 otherwise.
  29.  
  30.    OOPPTTIIOONNSS
  31.        _-_-_h_e_l_p Print a usage message on standard output  and  exit
  32.               successfully.
  33.  
  34.        _-_p_, _-_-_p_o_r_t_a_b_i_l_i_t_y
  35.               Instead of performing length checks on the underly-
  36.               ing filesystem, test the length of each  file  name
  37.               and its components against the POSIX.1 minimum lim-
  38.               its for portability.  Also check that the file name
  39.               contains no characters not in the portable filename
  40.               character set.
  41.  
  42.        _-_-_v_e_r_s_i_o_n
  43.               Print version information on standard  output  then
  44.               exit successfully.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                    GNU Shell Utilities                      1
  65.  
  66.  
  67.